CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - server client tcp udp

搜索资源列表

  1. clientserver

    0下载:
  2. This contains various programs on client server connectivity using TCP and UDP packets. It is executable in linux environment.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-31
    • 文件大小:14704
    • 提供者:pratheek19
  1. lab4

    0下载:
  2. Client程序同样分别创建一个TCP socket 和一个UDP socket,首先client使用TCP socket连接TCP Server。 连接成功后显示提示信息; 然后client端向TCP Server发送“GET UDP PORT”字符串,Server收到后向client回送自己的UDP Server 端口号(即Client端仅知道TCP Server的端口号而不知道UDP Server的端口号); client在收到UDP Server的端口号后, 为用户显示3个选
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:66680
    • 提供者:ivynankai
  1. network_frame

    0下载:
  2. 使用boost::ASIO开发的一个tcp/udp服务器、客户端的架构。-this a framework for the network(tcp/udp,server and client) by the boost::asio
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:42818
    • 提供者:李浩
  1. server

    0下载:
  2. 设计一个应用程序,实现下列功能: 客户端:输入三个数,以逗号分隔,并发往服务器处理,接收并显示处理结果 服务器端:接收客户端送来的数据,计算以这三个数为边的三角形的面积。处理结果分为:1)数据格式异常;2)不能构成三角形;3)三角形的面积 注:自行选择所使用的协议(TCP/UDP)-Design an application to achieve the following functions: Client: Enter three numbers separated by com
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:25789
    • 提供者:lcs
  1. TCP

    0下载:
  2. client server interaction using UDP
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1836
    • 提供者:hot guy
  1. filetranmit

    0下载:
  2. 基于TCP/UDP协议的文件传输程序,分为服务器和客户端-Based on TCP/UDP protocol file transfer program, divided into server and client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-17
    • 文件大小:4603917
    • 提供者:yangguoheng
  1. UDP-TCP

    0下载:
  2. 在linux环境下实现简单的TCP/UDP服务器和客户端之间的通讯;-In the linux environment to achieve a simple TCP/UDP server and client communications
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:2239
    • 提供者:yukangzhou
  1. net

    0下载:
  2. 多个网络Socket编程的示例,包括TCP server、TCP Client、UDP Server、UDP Client,很有参考价值的。-TCP server、TCP Client、UDP Server、UDP Client
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:25785
    • 提供者:黄维光
  1. client-server-socket

    0下载:
  2. Server 端向Client 端提供两种服务:数学计算服务和时间查询服务.-client-server,TCP server socket and UDP server socket .
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:31242
    • 提供者:小猫
  1. TCP

    0下载:
  2. TCP模式下的客户端和服务器端的源代码设计。与UDP有所不同,但基本过程大致是一致的。-Source code design for the client and server side TCP mode. And UDP are different, but the basic process is roughly the same.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:6202
    • 提供者:wang
  1. Tcp

    0下载:
  2. 基于TCP/UDP的简单网络编程 客户端和服务器端的开发代码示例-Based on the simple network programming TCP/UDP client and server-side development code examples
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-12
    • 文件大小:56471
    • 提供者:章三
  1. TCP-UDP

    0下载:
  2. 关于TCP和UDP客户端和服务器的程序,帮助了解TCP和udp的特点-TCP and UDP client and server program, help to understand the characteristics of TCP and udp
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-15
    • 文件大小:8055808
    • 提供者:jason
  1. TCP-UDP-server-client

    1下载:
  2. 包含了两个完整的基于TCP和UDP的服务器端和客户端通信的windows程序,在VC++6.0下可以直接运行-Contains two complete TCP and UDP-based server-side and client communication windows program in VC++6.0 can be run directly
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-06
    • 文件大小:194937
    • 提供者:江晨
  1. SampleSocket_TCPPUDP_Client-Server

    0下载:
  2. A good Java Socket TCP+UDP Client+Server.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:104412
    • 提供者:Gabriel
  1. UDP-TCP

    0下载:
  2. 在linux环境下实现简单的TCP/UDP服务器和客户端之间的通讯;-In the linux environment to achieve a simple TCP/UDP server and client communications
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:2283
    • 提供者:rgetof
  1. C++ TCP/UDP Server & Client examples

    0下载:
  2. TCP and UDP server & client example codes. Open source code then change default IP and port values. It is ready to be used!
  3. 所属分类:网络编程

    • 发布日期:2013-10-19
    • 文件大小:6414
    • 提供者:kcetinkaya
  1. TCP-Client_Server-VC

    1下载:
  2. PC机实现TCP客户端和服务器的源码程序,功能实现有点类似TCP/UDP测试工具。-PC machine to achieve TCP client and server source code procedures, functions somewhat similar to TCP/UDP test tools.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-22
    • 文件大小:6770106
    • 提供者:王强
  1. server_setup

    0下载:
  2. 封装了Linux上socket相关的系统调用,可快速建立服务于单个客户端的TCP/UDP服务器。-Package on the Linux socket-related system calls, you can quickly build services to a single client TCP/UDP server.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1039
    • 提供者:name
  1. TCP-UDP

    0下载:
  2. File Transfer using TCP and UDP in C.client-server model.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-14
    • 文件大小:3663
    • 提供者:pranav21
  1. QQTalk

    0下载:
  2. 类似qq的局域网聊天工具源码实例,首先是登录界面,填写用户名和密码进入聊天列表,用户之间可以相互通信聊天,包含客户端和服务端。基于tcp/udp协议的通信。-LAN chat tools qq similar source code examples, the first is the login screen, fill in the user name and password to enter the chat list, you can chat with each other to c
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:94112
    • 提供者:王彦杰
« 1 2 34 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com